home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland Pascal with Objects 7.0 / TVDEMO.ZIP / DEMOHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1992-10-27  |  1KB  |  46 lines

  1. unit DEMOHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAsciiTable           = 6;
  8.   hcCalculator           = 4;
  9.   hcCalendar             = 5;
  10.   hcCancelBtn            = 30;
  11.   hcEdit                 = 14;
  12.   hcFCChDirDBox          = 32;
  13.   hcFile                 = 13;
  14.   hcFind                 = 17;
  15.   hcFOFileOpenDBox       = 26;
  16.   hcFOFiles              = 28;
  17.   hcFOName               = 27;
  18.   hcFOOpenBtn            = 29;
  19.   hcNoContext            = 0;
  20.   hcOCColorsDBox         = 34;
  21.   hcOColors              = 23;
  22.   hcOMMouseDBox          = 33;
  23.   hcOMouse               = 22;
  24.   hcOpenBtn              = 31;
  25.   hcOptions              = 21;
  26.   hcORestoreDesktop      = 25;
  27.   hcOSaveDesktop         = 24;
  28.   hcPrevious             = 65318;
  29.   hcPuzzle               = 3;
  30.   hcReplace              = 18;
  31.   hcSAbout               = 8;
  32.   hcSAsciiTable          = 11;
  33.   hcSCalculator          = 12;
  34.   hcSCalendar            = 10;
  35.   hcSearch               = 16;
  36.   hcSearchAgain          = 19;
  37.   hcShowClip             = 15;
  38.   hcSPuzzle              = 9;
  39.   hcSystem               = 7;
  40.   hcViewer               = 2;
  41.   hcWindows              = 20;
  42.  
  43. implementation
  44.  
  45. end.
  46.